<<<<<<< HEAD
Tue Apr 28 2020 14:13:35 GMT+0200 (GMT+02:00)
=======
Tue Apr 28 2020 21:50:25 GMT+0200 (Central European Summer Time)
>>>>>>> devtest

Given that I am at the homepage <<<<<<< HEAD 6s 555ms ======= 6s 742ms >>>>>>> devtest

And I am currently logged in <<<<<<< HEAD 2s 47ms ======= 0s >>>>>>> devtest <<<<<<< HEAD

Given that I am at the homepage 5s 922ms =======

Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
>>>>>>> devtest

When I select Malmö from the välj stad dropdown menu <<<<<<< HEAD 84ms ======= 0s >>>>>>> devtest

And I click the sök button <<<<<<< HEAD 824ms ======= 0s >>>>>>> devtest

And I should get a list of available rooms <<<<<<< HEAD 516ms ======= 0s >>>>>>> devtest

Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I click on the boka button <<<<<<< HEAD 2s 27ms ======= 0s >>>>>>> devtest

Then(/^I click on the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then my room is added to my cart 0s

Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD Show Error +
                                            
AssertionError: Expected to be logged in at createWorld.(anonymous) (/Users/mariantowfik/Desktop/hoolitels/frontend/tests/selenium/step-definitions/login.js:34:9) at processTicksAndRejections (internal/process/task_queues.js:93:5)
======= >>>>>>> devtest

<<<<<<< HEAD

After 2s 596ms Screenshot +

======= >>>>>>> devtest

Given that I am at the homepage <<<<<<< HEAD 5s 709ms ======= 6s 848ms >>>>>>> devtest

And I am currently logged in <<<<<<< HEAD 30ms ======= 0s >>>>>>> devtest

Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select Malmö from the välj stad dropdown menu <<<<<<< HEAD 901ms ======= 0s >>>>>>> devtest

And I click the sök button <<<<<<< HEAD 518ms ======= 0s >>>>>>> devtest

And I should get a list of available rooms <<<<<<< HEAD 2s 22ms ======= 0s >>>>>>> devtest

Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I choose Extrasäng <<<<<<< HEAD 11ms ======= 0s >>>>>>> devtest

Then(/^I choose Extrasäng$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD Show Error +
                                            
AssertionError: Expected to be logged in at createWorld.(anonymous) (/Users/mariantowfik/Desktop/hoolitels/frontend/tests/selenium/step-definitions/login.js:34:9) at processTicksAndRejections (internal/process/task_queues.js:93:5)
======= >>>>>>> devtest

And I click the boka button <<<<<<< HEAD 2s 595ms ======= 0s >>>>>>> devtest

Then(/^I click the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then my room is added to my cart 0s

Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD ======= >>>>>>> devtest

Given that I am at the homepage <<<<<<< HEAD 5s 725ms ======= 6s 875ms

And I am currently logged in 0s

Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select Malmö from the välj stad dropdown menu 0s

And I click the sök button 0s

And I should get a list of available rooms 0s >>>>>>> devtest

Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I choose Halvpension <<<<<<< HEAD 113ms ======= 0s >>>>>>> devtest

Then(/^I choose Halvpension$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I click the boka button <<<<<<< HEAD 314ms ======= 0s >>>>>>> devtest

Then(/^I click the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then my room is added to my cart <<<<<<< HEAD 295ms ======= 0s >>>>>>> devtest

Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Given that I am at the homepage <<<<<<< HEAD 1s 306ms ======= 6s 415ms >>>>>>> devtest

And I am currently logged in <<<<<<< HEAD 1s 51ms ======= 0s >>>>>>> devtest

Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

When I select Malmö from the välj stad dropdown menu <<<<<<< HEAD 1s 56ms ======= 0s >>>>>>> devtest

And I click the sök button <<<<<<< HEAD 1s 45ms ======= 0s >>>>>>> devtest

And I should get a list of available rooms <<<<<<< HEAD 1s 83ms ======= 0s >>>>>>> devtest

Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I choose Helpension <<<<<<< HEAD 1s 82ms ======= 0s >>>>>>> devtest

Then(/^I choose Helpension$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I click the boka button <<<<<<< HEAD 1s 284ms ======= 0s >>>>>>> devtest

Then(/^I click the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Then my room is added to my cart 0s

Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

Given that I am at the homepage <<<<<<< HEAD 5s 975ms ======= 6s 581ms >>>>>>> devtest

And I am currently logged in <<<<<<< HEAD 82ms ======= 0s >>>>>>> devtest

Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD Show Error +
                                            
TypeError: Cannot read property 'click' of null at createWorld.(anonymous) (/Users/mariantowfik/Desktop/hoolitels/frontend/tests/selenium/step-definitions/roomsByCity.js:6:18) at processTicksAndRejections (internal/process/task_queues.js:93:5)
======= >>>>>>> devtest

When I select Malmö from the välj stad dropdown menu 0s

And I click the sök button 0s

And I should get a list of available rooms 0s

Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I choose All-inclusive <<<<<<< HEAD 2s 944ms ======= 0s >>>>>>> devtest

Then(/^I choose All-inclusive$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });

And I click the boka button 0s

Then(/^I click the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD

Then my room is added to my cart 0s

Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });